home *** CD-ROM | disk | FTP | other *** search
-
- Yet Another Executable File Structure Analyser
-
- (c) 1994 Martin Mares, MJSoft System Software
-
- ================================================================================
-
-
- Preface
- =======
-
- Exemine and its documentation are Copyright (c) Martin Mares, MJSoft System
- Software, Prague, Czech Republic.
-
- This archive can be freely redistributed, as long as all of its files are
- included in their original form without any additions, deletions or
- modifications, and no more than a nominal fee is charged for its distribution.
- All copyright notices in the programs and accompanying documentation files must
- remain on their places. Also '.displayme' and other similar files may not be
- added. This is generally known as FREEWARE.
-
- This software is provided "AS IS" without warranty of any kind, either
- expressed or implied. The author is not responsible for any damage caused by
- it.
-
-
- Introduction
- ============
-
- Programmers sometimes want to look at an executable file to find out what
- does it consist of. For this reason, many hunk structure analysers have been
- written. It's another one!
-
- Exemine understands all (at lease I hope all) the hunk types supported by
- Kickstart 3.0. It doesn't support hunks which cannot occur in loadable files
- (e.g., symbol references in object files).
-
- Exemine is pure and can be made resident.
-
- Requirements
- ============
-
- - Exemine requires Kickstart 2.04 or higher and the ss.library version 5.0 or
- higher (included in this archive, see SSLib<???>.lha on the AmiNet for full
- distribution).
-
-
- Usage
- =====
-
- Exemine <from> [SILENT] [DUMP]
-
- <from> - executable files to be analysed
-
- SILENT - show only the basic structure. Suppress relocation offsets and similar
- things.
-
- DUMP - dump contents of code and data hunks.
-
-
- Notes
- =====
-
- Send suggestions, flames and bug reports to <mjsoft@k332.feld.cvut.cz>.
-
-